x86/shadow: Fix build with CONFIG_SHADOW_PAGING=n following c/s 2fc002b
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 15 Jul 2016 12:07:09 +0000 (13:07 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 15 Jul 2016 12:25:26 +0000 (13:25 +0100)
commitc31d8368a60d4eecf371193a3d144418c48063c6
treeb17cd5e0756595236eaabd2aa699ac0edc4ad9da
parent920234259475bbcd1136afeed7e0f3867e860ffb
x86/shadow: Fix build with CONFIG_SHADOW_PAGING=n following c/s 2fc002b

c/s 2fc002b "xen: Use a typesafe to define INVALID_GFN" changed INVALID_GFN to
be a boxed type.

Identified by a Travis randconfig run:
  https://travis-ci.org/xen-project/xen/jobs/144980445

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
xen/arch/x86/mm/shadow/none.c